OCPBUGS-74511: remove RouteExternalCertificate feature gate#2693
OCPBUGS-74511: remove RouteExternalCertificate feature gate#2693jcmoraisjr wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @jcmoraisjr! Some important instructions when contributing to openshift/api: |
|
@jcmoraisjr: This pull request references Jira Issue OCPBUGS-74511, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (16)
💤 Files with no reviewable changes (13)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis pull request removes the RouteExternalCertificate feature gate from the codebase. Changes include deletion of the feature gate definition in features/features.go, removal of entries from legacy feature gate sets, and removal of RouteExternalCertificate from multiple feature gate configuration files across different deployment profiles. The validation on the externalCertificate field is migrated from OpenShift FeatureGateAwareXValidation annotations to standard kubebuilder XValidation rules, with the validation logic remaining functionally equivalent. CRD manifests are updated to reflect the empty FeatureGates list. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Review Summary by QodoRemove RouteExternalCertificate feature gate from all profiles
WalkthroughsDescription• Remove RouteExternalCertificate feature gate completely • Update feature gate definitions across all deployment profiles • Clean up generated OpenAPI and feature documentation • Simplify feature flag configuration by removing deprecated gate Diagramflowchart LR
A["RouteExternalCertificate<br/>Feature Gate"] -->|Remove| B["Feature Definitions"]
B -->|Update| C["All Deployment Profiles"]
C -->|Regenerate| D["OpenAPI & Docs"]
File Changes1. features/features.go
|
|
/hold |
Code Review by Qodo
1. Gate removal inconsistent
|
6d76650 to
f294df5
Compare
|
Looks like the codegen is in need of update here |
f294df5 to
3b561e7
Compare
|
Thanks Joel. I couldn't reproduce the same failure locally via |
|
@jcmoraisjr Make sure you have pulled and rebased onto the latest If it's not putting the openapi generated content back, please try setting a |
3b561e7 to
abf7f18
Compare
|
@jcmoraisjr: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/cc @chiragkyal FYI that we're removing the "RouteExternalCertificate" featuregate for which you were the owner. |
|
Marking this PR as verified as this openshift/cluster-ingress-operator#1355 (comment) |
|
@melvinjoseph86: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
RouteExternalCertificate is enabled by default, this update is removing its declaration from the legacy featuregates list, from CRD declarations and from type annotations.
abf7f18 to
6043181
Compare
RouteExternalCertificate is enabled by default, this is the second half of the changes to remove it and should be merged only after openshift/cluster-ingress-operator#1355 being merged.
Jira: https://issues.redhat.com/browse/OCPBUGS-74511